Emacs creates .#blah files
This are meant to be a protection against simultaneous editing. Can be disabled with the following line on the user init scripts:
(setq create-lockfiles nil)
This are meant to be a protection against simultaneous editing. Can be disabled with the following line on the user init scripts:
(setq create-lockfiles nil)